#include "graphdata.h"
+#include "gtksnapshot.h"
+#include "gtkstylecontext.h"
+
enum {
PROP_0,
PROP_DATA,
#ifndef __GTK_CELL_RENDERER_GRAPH_H__
#define __GTK_CELL_RENDERER_GRAPH_H__
-#include <gtk/gtk.h>
+#include <gtk/gtkcellrenderer.h>
G_BEGIN_DECLS
#ifndef __GTK_GRAPH_DATA_H__
#define __GTK_GRAPH_DATA_H__
-#include <gtk/gtk.h>
+#include <glib-object.h>
G_BEGIN_DECLS
*/
#include "config.h"
-#include <glib/gi18n-lib.h>
#include "resource-list.h"
+#include "treewalk.h"
+
+#include "gtkbutton.h"
#include "gtklabel.h"
+#include "gtksearchbar.h"
+#include "gtksearchentry.h"
#include "gtkstack.h"
#include "gtktextbuffer.h"
-#include "gtktreestore.h"
#include "gtktreeselection.h"
-#include "gtksearchbar.h"
-#include "gtksearchentry.h"
-#include "treewalk.h"
+#include "gtktreestore.h"
+
+#include <glib/gi18n-lib.h>
enum
{
*/
#include "config.h"
-#include <glib/gi18n-lib.h>
#include "statistics.h"
#include "graphdata.h"
-#include "gtkstack.h"
-#include "gtktreeview.h"
-#include "gtkcellrenderertext.h"
+
#include "gtkcelllayout.h"
-#include "gtksearchbar.h"
+#include "gtkcellrenderertext.h"
#include "gtklabel.h"
+#include "gtksearchbar.h"
+#include "gtkstack.h"
+#include "gtktogglebutton.h"
+#include "gtktreeselection.h"
+#include "gtktreeview.h"
+
+#include <glib/gi18n-lib.h>
enum
{
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <gtk/gtk.h>
-//#include "gtktreemodel.h"
+#include <gtk/gtktreemodel.h>
typedef gboolean (*RowPredicate) (GtkTreeModel *model,